Search
PointCollection Constructor (IList(Point))
See Also
 





Initializes a new instance of the PointCollection class with the specified point values.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointCollection (
    IList<Point> points
)

Visual Basic  Copy Code

Public New ( _
    points As IList(Of Point) _
)

 Parameters

points

An array of Point values that supplies the elements initially contained in the collection.

 See Also